Request

Response

    Auth class

    public class Auth : IAuth
    

    Public Members

    namedescription
    Auth(…) Initializes a new instance of the Auth class.
    GetAuthToken(…) Retrieves a 3 Legged authentication token.
    GetAuthTokenAsync() Retrieves a 3 Legged authentication token.
    GetUserAccountAsync() Retrieves user details for the signed-in user.

    See Also