Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.credentials.isValidToken: Returns true if the input token is valid (i.e, hasn't expired).

Description

Returns true if the input token is valid (i.e, hasn't expired).

Usage

mssparkutils.credentials.isValidToken(token)

Value

FALSE to mimic the result if token is invalid.

Arguments

token

token to validate.

Examples

Run this code
mssparkutils.credentials.isValidToken('dummyToken')

Run the code above in your browser using DataLab