Bluestep JS Documentation
    Preparing search index...

    Bluestep's Implementation of the OAuth workflow. Used to prime and then execute an OAuth transaction

    Index

    Constructors

    Properties

    accessMethod: string | AccessMethod

    The AccessMethod for this OAuth transaction

    authServerUrl: string

    The Authentication Server's URL

    clientAuthentication: HttpExecuteInterceptor
    clientId: string

    Your Specific ClientID for this OAuth exchange. While It is understood that only advanced users will be utilizing this system, it would be irresponsible to not remind the user that it very dangerous to store these IDs in a place where others may find them.

    tokenServerUrl: string

    The Token Server's URL; used to exchange the requisite tokens during this transaction.