ExOauth2Provider v0.3.0 ExOauth2Provider.RedirectURI View Source
Functions for dealing with redirect uri.
Link to this section Summary
Functions
Check if uri matches client uri
Check if a url is native
Adds query parameters to uri
Check if a url matches a client redirect_uri
Validates if a url can be used as a redirect_uri
Link to this section Functions
Link to this function
matches?(uri, client_uri)
View Source
matches?(String.t(), String.t()) :: boolean()
matches?( %URI{ authority: term(), fragment: term(), host: term(), path: term(), port: term(), query: term(), scheme: term(), userinfo: term() }, %URI{ authority: term(), fragment: term(), host: term(), path: term(), port: term(), query: term(), scheme: term(), userinfo: term() } ) :: boolean()
Check if uri matches client uri
Check if a url is native
Adds query parameters to uri
Check if a url matches a client redirect_uri
Validates if a url can be used as a redirect_uri