ExStoneOpenbank v0.1.0 ExStoneOpenbank.Config View Source
Configuration options for ExStoneOpenbank
Link to this section Summary
Functions
The Accounts URL for the given configuration name.
The API URL for the given configuration name.
The client_id for the given configuration name.
The consent_redirect_url for the given configuration name.
All options for the given configuration name.
The client_id for the given configuration name.
The Joken.Signer.t
built from the private key of the given configuration name.
Validates given configuration and persists it during boot.
Link to this section Functions
The Accounts URL for the given configuration name.
It's either:
depending if its a sandbox application or production.
The API URL for the given configuration name.
It's either:
depending if its a sandbox application or production
The client_id for the given configuration name.
The consent_redirect_url for the given configuration name.
All options for the given configuration name.
The client_id for the given configuration name.
The Joken.Signer.t
built from the private key of the given configuration name.
validate_and_persist(opts)
View Sourcevalidate_and_persist(opts :: Keyword.t()) :: %{ name: atom(), client_id: String.t(), signer: Joken.Signer.t(), sandbox?: boolean() }
Validates given configuration and persists it during boot.