View Source Boruta.Oauth.PushedAuthorizationResponse (Boruta core v3.0.0-beta.2)

Response returned in case of pushed authorization request success. Provides utilities and mandatory data needed to respond to the pushed authorize part of implicit, code and hybrid flows.

Summary

Types

@type t() :: %Boruta.Oauth.PushedAuthorizationResponse{
  expires_in: integer(),
  request_uri: String.t()
}

Functions

Link to this function

from_request(authorization_request)

View Source
@spec from_request(request :: Boruta.Oauth.AuthorizationRequest.t()) :: t()