docs/interfaces/management.Management.ConnectionOptionsLine.html
Options for the 'line' connection
interface ConnectionOptionsLine {
non_persistent_attrs?: ConnectionNonPersistentAttrs;
client_id?: string;
client_secret?: string;
freeform_scopes?: ConnectionScopeArray;
scope?: ConnectionScopeArray;
set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
upstream_params?: ConnectionUpstreamParams;
email?: boolean;
profile?: boolean;
key: string: any;
}
Accepts any additional properties
non_persistent_attrs?client_id?client_secret?freeform_scopes?scope?set_user_root_attributes?upstream_params?email?profile?
Optionalnon_persistent_attrsnon_persistent_attrs?: ConnectionNonPersistentAttrs
Optionalclient_idclient_id?: string
Optionalclient_secretclient_secret?: string
Optionalfreeform_scopesfreeform_scopes?: ConnectionScopeArray
Optionalscopescope?: ConnectionScopeArray
Optionalset_user_root_attributesset_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum
Optionalupstream_paramsupstream_params?: ConnectionUpstreamParams
Optionalemailemail?: boolean
Permission to request the user's email address from LINE. When enabled, adds the 'email' scope to OAuth requests. Note: LINE requires special approval to access user email addresses.
Optionalprofileprofile?: boolean
Permission to request the user's basic profile information from LINE. When enabled, adds the 'profile' scope to OAuth requests. LINE requires this scope to retrieve user display name, profile picture, and status message.
Member Visibility
ThemeOSLightDark
Properties non_persistent_attrsclient_idclient_secretfreeform_scopesscopeset_user_root_attributesupstream_paramsemailprofile