notebookutils.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

notebookutils.credentials.isValidToken(token)

Arguments

token

token to validate.

Value

FALSE to mimic the result if token is invalid.

Examples

notebookutils.credentials.isValidToken('dummyToken')


[Package notebookutils version 1.5.3 Index]