mssparkutils.credentials.isValidToken {notebookutils}R Documentation

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)

Arguments

token

token to validate.

Value

FALSE to mimic the result if token is invalid.

Examples

mssparkutils.credentials.isValidToken('dummyToken')


[Package notebookutils version 1.5.3 Index]