The OIDC Provider from BankID supports two general classes of Access Tokens. 

The Authorization Context of an Access Token referes to attributes such as:

The OIDC Provider issues different types of Access Tokens to OIDC Clients depending on the requested types of Protected Resources (as given by the Scopes and Claims contained in the request). The OIDC Provider returns by default a standard bearer token of generic nature having the following characteristics:

The default token can be used by any Resource Server that is registered with (and hence trust) the OIDC Provider from BankID. The TINFO (Userinfo) service accepts the default token. The PSD2 Service does in contrast defined a set of customized tokens, including both by-reference tokens and self-contained tokens, for access to Protected Resources.

Support for other types of access tokens may be added to support authorization for other kinds of Protected Resources.