Skip to content

Auth Callback and Auth URL should support tokens as well as token requests #2

Description

@mattheworiordan

Currently in the Java library it is supported, see

                if(authCallbackResponse instanceof TokenDetails)
                    return (TokenDetails)authCallbackResponse;
                if(authCallbackResponse instanceof TokenParams)
                    signedTokenRequest = (TokenParams)authCallbackResponse;
                else
                    throw new AblyException("Invalid authCallback response", 40000, 400);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improved functionality.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions