Bluestep JS Documentation
    Preparing search index...

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

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Set the scope.

      Parameters

      • scope: string[]

      Returns this

    • Returns a Token Request flow using a [[Bluestep.User]] and code.

      Parameters

      • user: User
      • code: string

      Returns TokenRequestFlow

    • Returns a Token Request flow using a code and user

      Parameters

      • userId: string
      • code: string

      Returns TokenRequestFlow