Behaviours: gen_server.
This module defines the oidcc_client behaviour.
Required callback functions: login_succeeded/1, login_failed/2.
code_change/3 | |
failed/3 | |
failed/4 | |
get_module/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
register/1 | |
start_link/0 | |
stop/0 | |
succeeded/2 | |
succeeded/3 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
failed(Error, Description, ModuleId) -> any()
failed(Error, Description, ModuleId, Environment) -> any()
get_module(Id) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
register(Module) -> any()
start_link() -> any()
stop() -> any()
succeeded(Token, ModuleId) -> any()
succeeded(Token, ModuleId, Environment) -> any()
terminate(Reason, State) -> any()
Generated by EDoc