Boruta.Oauth.Authorization.Nonce protocol (Boruta core v3.0.0-beta.4)

View Source

Check OpenID Connect nonce against given request

Summary

Functions

Authorize the given request corresponding the nonce value.

Types

t()

@type t() :: term()

Functions

authorize(request)

Authorize the given request corresponding the nonce value.

Examples

iex> authorize(%CodeRequest{...})
:ok